MediaPlayer component skin structure
====================================

Each skin consists of a directory with several files in it

- name.txt
- load.as
- *.gif, *.jpg, *.png
- info.txt


name.txt
========
Contains one line of text; the name of the skin as it will be displayed in KM.


load.as
=======
Contains the ActionScript code to set up the skin.
For more information see the "mediaPlayer API.txt" file.


info.txt
========
Contains several tags that give KM information about the skin.
The value for each tag follows on the next line.
Supported tags :

minw
----
Minimum width of the skin

maxw
----
Maximum width of the skin

minh
----
Minimum height of the skin

maxh
----
Maximum height of the skin

cshadow
-------
Shadow as set in the gui is used
0 = false, 1 = true

audvid
------
Intended use for the skin
0 = audio, 1 = video, 2 = both audio and video

fd
--
Display of frequency data is supported
0 = false, 1 = true

pl
--
Skin has a visible playlist
0 = false, 1 = true

colors
------
Skin colors can be changed through gui
0 = colors are fixed, 1 = colors can be set, 2 = some colors can be set

drag
----
Skin is draggable
0 = false, 1 = true

argb
----
Compression method for transparent png images
0 = lossy, 1 = lossless
